﻿2026-06-17T06:49:03.7802882Z ##[group]Run actions/checkout@v5
2026-06-17T06:49:03.7803633Z with:
2026-06-17T06:49:03.7804006Z   repository: SaberMage/spt-core
2026-06-17T06:49:03.7807172Z   token: ***
2026-06-17T06:49:03.7807500Z   ssh-strict: true
2026-06-17T06:49:03.7807804Z   ssh-user: git
2026-06-17T06:49:03.7808106Z   persist-credentials: true
2026-06-17T06:49:03.7808442Z   clean: true
2026-06-17T06:49:03.7808741Z   sparse-checkout-cone-mode: true
2026-06-17T06:49:03.7809095Z   fetch-depth: 1
2026-06-17T06:49:03.7809388Z   fetch-tags: false
2026-06-17T06:49:03.7809676Z   show-progress: true
2026-06-17T06:49:03.7809993Z   lfs: false
2026-06-17T06:49:03.7810269Z   submodules: false
2026-06-17T06:49:03.7810591Z   set-safe-directory: true
2026-06-17T06:49:03.7811044Z ##[endgroup]
2026-06-17T06:49:03.9681745Z Syncing repository: SaberMage/spt-core
2026-06-17T06:49:03.9682966Z ##[group]Getting Git version info
2026-06-17T06:49:03.9683450Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-17T06:49:03.9931424Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-17T06:49:04.0145967Z git version 2.43.0.windows.1
2026-06-17T06:49:04.0174987Z ##[endgroup]
2026-06-17T06:49:04.0182875Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\49d0db39-978a-4de9-b29f-f7aed1daa155\.gitconfig'
2026-06-17T06:49:04.0198066Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\49d0db39-978a-4de9-b29f-f7aed1daa155' before making global git config changes
2026-06-17T06:49:04.0198988Z Adding repository directory to the temporary git global config as a safe directory
2026-06-17T06:49:04.0202895Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-17T06:49:04.0446464Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-17T06:49:04.0640106Z https://github.com/SaberMage/spt-core
2026-06-17T06:49:04.0666288Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-17T06:49:04.0670879Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-17T06:49:04.0862608Z HEAD
2026-06-17T06:49:04.1100307Z ##[endgroup]
2026-06-17T06:49:04.1103791Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-17T06:49:04.4724972Z ##[group]Cleaning the repository
2026-06-17T06:49:04.4729509Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-17T06:49:06.3153976Z Removing target/
2026-06-17T06:49:06.3188210Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-17T06:49:06.3683335Z HEAD is now at 934b9dd4 Merge 5894bd60b9359694931a69c83415a70e25b09862 into b6470c1c4ababb407d44ed2c38b4354485f0b6b1
2026-06-17T06:49:06.3708383Z ##[endgroup]
2026-06-17T06:49:06.3712658Z ##[group]Disabling automatic garbage collection
2026-06-17T06:49:06.3717231Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-17T06:49:06.3942193Z ##[endgroup]
2026-06-17T06:49:06.3942548Z ##[group]Setting up auth
2026-06-17T06:49:06.3948495Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-17T06:49:06.4155615Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-17T06:49:06.7786191Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-17T06:49:06.8013953Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-17T06:49:07.1706307Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-17T06:49:07.1926140Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-17T06:49:07.5718079Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-17T06:49:07.5993014Z ##[endgroup]
2026-06-17T06:49:07.5993765Z ##[group]Fetching the repository
2026-06-17T06:49:07.5999309Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +934b9dd4f538395a1d41c59261f8ae687f5becfe:refs/remotes/pull/20/merge
2026-06-17T06:49:08.2425687Z ##[endgroup]
2026-06-17T06:49:08.2426110Z ##[group]Determining the checkout info
2026-06-17T06:49:08.2426466Z ##[endgroup]
2026-06-17T06:49:08.2435212Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-17T06:49:08.2687165Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-17T06:49:08.2893783Z ##[group]Checking out the ref
2026-06-17T06:49:08.2897674Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/20/merge
2026-06-17T06:49:08.3251509Z HEAD is now at 934b9dd4 Merge 5894bd60b9359694931a69c83415a70e25b09862 into b6470c1c4ababb407d44ed2c38b4354485f0b6b1
2026-06-17T06:49:08.3276183Z ##[endgroup]
2026-06-17T06:49:08.3539071Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-17T06:49:08.3775002Z 934b9dd4f538395a1d41c59261f8ae687f5becfe
